func runtime.nextHeapRandBits

4 uses

	runtime (current package)
		malloc.go#L395: func nextHeapRandBits(bits int) uintptr {
		malloc.go#L581: 			randHeapBase = nextHeapRandBits(topBits) << (randHeapAddrBits - topBits)
		mheap.go#L1613: 				offset := nextHeapRandBits(bits)
		mheap.go#L1655: 		randOffset := nextHeapRandBits(logPallocChunkBytes)